home *** CD-ROM | disk | FTP | other *** search
/ Graphics Bonanza / Graphics Bonanza.iso / prog2 / blackovr / blackovr.doc next >
Encoding:
Text File  |  1992-04-07  |  2.7 KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                                    BLACKOVR
  11.  
  12.          I don't know about the rest of you, but I find .GIF's that
  13.          use a white or light colored overscan most irritating.  I
  14.          can't stand the bright flash on the screen when the .GIF is
  15.          being loaded.  On my SVGA card, 1024 X 768 images a bright
  16.          overscan causes streaks during the vertical retrace.
  17.  
  18.          BLACKOVR simply alters the .GIF file overscan field to the
  19.          darkest palette entry.  Quickly.
  20.  
  21.          USE
  22.  
  23.          From the command line:
  24.  
  25.              BLACKOVR  <path>filename  <outfilename>
  26.  
  27.              If the filename alone is given, or a path+filename, the
  28.              file will be overwritten by the output file in either
  29.              the current or <path> directory.
  30.  
  31.              if <outfilename> is included the output file will be
  32.              created in the same directory as the input file with name
  33.              <outputname>.  No path statment is allowed for output.
  34.  
  35.              Control will be returned to the calling program.
  36.  
  37.          Option #2:
  38.  
  39.              BLACKOVR path
  40.  
  41.              This will display the contents of the path directory.
  42.              All output goes to  the directory from which the program
  43.              was called.  This is useful to process a batch of files
  44.              to a temporary directory, use a display program to
  45.              assure the conversion worked, then copy back to the
  46.              original once it is known the files were not corrupted.
  47.  
  48.              Use mouse or number to select file.
  49.  
  50.              Enter new path to change directories to be displayed.
  51.              The output directory remains the same.
  52.  
  53.              <esc> or <cr> alone exits program.
  54.  
  55.          Option #3:
  56.  
  57.              BLACKOVR
  58.  
  59.              Enters the directory display for the current directory,
  60.              otherwise functions as option #2.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.          Legal Stuff:
  74.  
  75.          Program is released into the public domain.  It has been
  76.          tested on my AT clone and an XT clone, but I cannot assure
  77.          compatibility with all systems.  USE AT OWN RISK.  I assume
  78.          no responsibility for damages that may be incurred as a
  79.          result of this program.
  80.  
  81.          As always: do NOT use this to modify and overwrite a file
  82.          that is not backed up.  Some unforeseen glitch could easily
  83.          zap your GIF.
  84.  
  85.          Richard Barlow
  86.          122 Pebble Beach Dr.
  87.          Slidell, LA 70458
  88.  
  89.          504-641-9549 (voice)
  90.          504-641-0521 (data when teenagers not home)
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.